Posts Tagged “constant folding” Posts Tagged “constant folding” Constant Propagation & Folding. compiler constant propagation constant folding January 17, 2016 . . Constant propagation and folding are generic optimizations which can greatly simplify the intermediate representation. It is the basis for other optimizations like loop unrolling, loop simplification, function inlining etc. Share on Twitter Facebook Google+